Release 10.1A: OpenEdge Development:
Java Open Clients
Connection states
A connection between a Java Open Client and AppServer can be in one of three states that define the status of the current AppServer method call:
RUNNING— An AppServer method is executing. No other AppServer methods can be executed when the connection is in theRUNNINGstate.STREAMING— There is at least one open output ResultSet. AppServer methods cannot be executed when the connection is in theSTREAMINGstate. To determine whether a connection is in theSTREAMINGstate, invoke the_isStreaming()method on any proxy object sharing the connection.IDLE— The connection is not in aRUNNINGorSTREAMINGstate.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |